home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / phpMyAdmin / lang / croatian-iso-8859-2.inc.php < prev    next >
PHP Script  |  2005-03-30  |  50KB  |  827 lines

  1. <?php
  2. /* $Id: croatian-iso-8859-2.inc.php,v 2.66 2005/03/30 19:21:00 lem9 Exp $ */
  3.  
  4. /**
  5.  * Translation made by: Sime Essert <sime@nofrx.org>
  6.  */
  7.  
  8. $charset = 'iso-8859-2';
  9. $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
  10. $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
  11. $right_font_family = 'arial, helvetica, geneva, sans-serif';
  12. $number_thousands_separator = ',';
  13. $number_decimal_separator = '.';
  14. // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
  15. $byteUnits = array('Byteova', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
  16.  
  17. $day_of_week = array('Ned', 'Pon', 'Uto', 'Sri', '╚et', 'Pet', 'Sub');
  18. $month = array('Sij', 'Vel', 'O╛u', 'Tra', 'Svi', 'Lip', 'Srp', 'Kol', 'Ruj', 'Lis', 'Stu', 'Pro');
  19. // See http://www.php.net/manual/en/function.strftime.php to define the
  20. // variable below
  21. $datefmt = '%d. %B %Y. u %H:%M';
  22.  
  23. $strAccessDenied = 'Pristup odbijen';
  24. $strAction = 'Akcija';
  25. $strAddDeleteColumn = 'Dodaj/izbri╣i stupac';
  26. $strAddDeleteRow = 'Dodaj/izbri╣i polje za kriterij';
  27. $strAddNewField = 'Dodaj novi stupac';
  28. $strAddSearchConditions = 'Dodaj uvjete pretra╛ivanja (dio "where" upita):';
  29. $strAddToIndex = 'Dodaj kljuΦ';
  30. $strAddUser = 'Dodaj novog korisnika';
  31. $strAddUserMessage = 'Korisnik dodan';
  32. $strAffectedRows = 'Promijenjeno redaka:';
  33. $strAfter = 'Nakon %s';
  34. $strAfterInsertBack = 'Natrag na prethodnu stranicu';
  35. $strAfterInsertNewInsert = 'Dodaj jo╣ jedan red';
  36. $strAll = 'Sve';
  37. $strAlterOrderBy = 'Promijeni redoslijed u tablici';
  38. $strAnalyzeTable = 'Analiziraj tablicu';
  39. $strAnd = 'i';
  40. $strAnIndex = 'KljuΦ je upravo dodan %s';
  41. $strAny = 'Bilo koji';
  42. $strAnyHost = 'Bilo koji server';
  43. $strAnyUser = 'Bilo koji korisnik';
  44. $strAPrimaryKey = 'Primarni kljuΦ je upravo dodan %s';
  45. $strAscending = 'Rastuµi';
  46. $strAtBeginningOfTable = 'Na poΦetku tablice';
  47. $strAtEndOfTable = 'Na kraju tablice';
  48. $strAttr = 'Svojstva';
  49.  
  50. $strBack = 'Nazad';
  51. $strBinary = 'Binarno';
  52. $strBinaryDoNotEdit = 'Binarno - ne mijenjaj';
  53. $strBookmarkDeleted = 'Oznaka je upravo izbrisana.';
  54. $strBookmarkLabel = 'Naziv';
  55. $strBookmarkQuery = 'OznaΦeni SQL-upit';
  56. $strBookmarkThis = 'OznaΦi SQL-upit';
  57. $strBookmarkView = 'Vidi samo';
  58. $strBrowse = 'Pregled';
  59. $strBzip = '"bzip-ano"';
  60.  
  61. $strCantRenameIdxToPrimary = 'Ne mogu promijeniti kljuΦ u PRIMARY (primarni) !';
  62. $strCardinality = 'Kardinalnost';
  63. $strCarriage = 'Novi red (carriage return): \\r';
  64. $strChange = 'Promijeni';
  65. $strChangePassword = 'Promijeni ╣ifru';
  66. $strCheckAll = 'OznaΦi sve';
  67. $strCheckTable = 'Provjeri tablicu';
  68. $strColumnNames = 'Imena stupaca';
  69. $strCompleteInserts = 'Kompletan INSERT (sa imenima polja)';
  70. $strCookiesRequired = '<i>Cookies</i> moraju biti omoguµeni.';
  71. $strCopyTable = 'Kopiram tablicu u (baza<b>.</b>tablica):';
  72. $strCopyTableOK = 'Tablica %s je upravo kopirana u %s.';
  73. $strCreate = 'Napravi';
  74. $strCreateIndex = 'Napravi kljuΦ sa %s stupcem(aca)';
  75. $strCreateIndexTopic = 'Napravi novi kljuΦ';
  76. $strCreateNewDatabase = 'Napravi bazu podataka';
  77. $strCreateNewTable = 'Napravi novu tablicu u bazi ';
  78. $strCriteria = 'Kriterij';
  79.  
  80. $strData = 'Podaci';
  81. $strDatabase = 'Baza podataka';
  82. $strDatabaseHasBeenDropped = 'Baza %s je izbrisana.';
  83. $strDatabases = 'baze';
  84. $strDatabasesStats = 'Statistika baze';
  85. $strDataOnly = 'Samo podaci';
  86. $strDefault = 'Default';
  87. $strDelete = 'Izbri╣i';
  88. $strDeleted = 'Red je izbrisan';
  89. $strDeletedRows = 'Izbrisani redovi:';
  90. $strDescending = 'Opadajuµi';
  91. $strDisplayOrder = 'Redoslijed prikaza:';
  92. $strDoAQuery = 'Napravi "upit po primjeru" (<i>wildcard</i>: "%")';
  93. $strDocu = 'Dokumentacija';
  94. $strDoYouReally = 'Da li stvarno ╛elite ';
  95. $strDrop = 'Izbri╣i';
  96. $strDumpingData = 'Izvoz <i>(dump)</i> podataka tablice';
  97. $strDynamic = 'dinamiΦno';
  98.  
  99. $strEdit = 'Promijeni';
  100. $strEditPrivileges = 'Promijeni privilegije';
  101. $strEffective = 'Efektivno';
  102. $strEmpty = 'Isprazni';
  103. $strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redaka).';
  104. $strEnd = 'Kraj';
  105. $strEnglishPrivileges = 'Opaska: MySQL imena privilegija moraju biti engleskom ';
  106. $strError = 'Gre╣ka';
  107. $strExtendedInserts = 'Pro╣ireni INSERT';
  108. $strExtra = 'Dodatno';
  109.  
  110. $strField = 'Polje';
  111. $strFieldHasBeenDropped = 'Polje %s izbrisano';
  112. $strFields = 'Broj polja';
  113. $strFieldsEmpty = ' Broj polja je nula! ';
  114. $strFieldsEnclosedBy = 'Podaci ogra≡eni sa';
  115. $strFieldsEscapedBy = '<i>Escape</i> znak      ';
  116. $strFieldsTerminatedBy = 'Podaci razdvojeni sa';
  117. $strFixed = 'sre≡eno';
  118. $strFlushTable = 'Osvje╛i tablicu';
  119. $strFormat = 'Format';
  120. $strFormEmpty = 'Nedostaje vrijednost u formi !';
  121. $strFullText = 'Pun tekst';
  122. $strFunction = 'Funkcija';
  123.  
  124. $strGenTime = 'Vrijeme podizanja';
  125. $strGo = 'Kreni';
  126. $strGzip = '"gzip-ano"';
  127.  
  128. $strHasBeenAltered = 'je promijenjen.';
  129. $strHasBeenCreated = 'je kreiran/a.';
  130. $strHome = 'PoΦetna stranica';
  131. $strHomepageOfficial = 'phpMyAdmin WEB site';
  132. $strHost = 'Host (domena)';
  133. $strHostEmpty = 'Ime domene je prazno!';
  134.  
  135. $strIdxFulltext = 'Puni tekst';
  136. $strIfYouWish = 'Ukoliko ╛elite pregledati samo neke stupce u tablici, navedite ih razdvojene zarezom';
  137. $strIgnore = 'Ignoriraj';
  138. $strIndex = 'KljuΦ';
  139. $strIndexes = 'KljuΦevi';
  140. $strIndexHasBeenDropped = 'KljuΦ %s je izbrisan';
  141. $strIndexName = 'Ime kljuΦa :';
  142. $strIndexType = 'Vrsta kljuΦa :';
  143. $strInsert = 'Novi redak';
  144. $strInsertAsNewRow = 'Unesi kao novi redak';
  145. $strInsertedRows = 'Uneseni reci:';
  146. $strInsertNewRow = 'Unesi novi redak';
  147. $strInsertTextfiles = 'Ubaci podatke iz tekstualne datoteke';
  148. $strInstructions = 'Uputstva';
  149. $strInUse = 'se koristi';
  150.  
  151. $strKeepPass = 'Ne mijenjaj lozinku';
  152. $strKeyname = 'Ime KljuΦa';
  153. $strKill = 'Zaustavi';
  154.  
  155. $strLengthSet = 'Du╛ina/Vrijednost*';
  156. $strLimitNumRows = 'Broj redaka po stranici';
  157. $strLineFeed = '<i>Linefeed</i>: \\n';
  158. $strLinesTerminatedBy = 'Linije zavr╣avaju na';
  159. $strLinksTo = 'Links to';
  160. $strLocationTextfile = 'Lokacija tekstualne datoteke';
  161. $strLogin = 'Prijava';
  162. $strLogout = 'Odjava';
  163. $strLogPassword = 'Lozinka:';
  164. $strLogUsername = 'KorisniΦko ime:';
  165.  
  166. $strModifications = 'Izmjene su spremljene';
  167. $strModify = 'Promijeni';
  168. $strModifyIndexTopic = 'Promijeni kljuΦ';
  169. $strMoveTable = 'Preimenuj tablicu u (baza<b>.</b>tablica):';
  170. $strMoveTableOK = 'Tablica %s se sada zove %s.';
  171. $strMySQLReloaded = 'MySQL je ponovno pokrenut (<i>reload</i>).';
  172. $strMySQLSaid = 'MySQL poruka: ';
  173. $strMySQLServerProcess = 'MySQL %pma_s1% pokrenut na %pma_s2%, prijavljen kao %pma_s3%';
  174. $strMySQLShowProcess = 'Prika╛i listu procesa';
  175. $strMySQLShowStatus = 'Prika╛i MySQL runtime informacije';
  176. $strMySQLShowVars = 'Prika╛i MySQL sistemske varijable';
  177.  
  178. $strName = 'Ime';
  179. $strNext = 'Sljedeµi';
  180. $strNo = 'Ne';
  181. $strNoDatabases = 'Baza ne postoji';
  182. $strNoDropDatabases = '"DROP DATABASE" naredba je onemoguµena.';
  183. $strNoFrames = 'phpMyAdmin preferira preglednike koji podr╛avaju frame-ove.';
  184. $strNoIndex = 'KljuΦ nije definiran!';
  185. $strNoIndexPartsDefined = 'Dijelovi kljuΦa nisu definirani!';
  186. $strNoModification = 'Nema nikakvih promjena';
  187. $strNone = 'Ni╣ta';
  188. $strNoPassword = 'Nema lozinke';
  189. $strNoPrivileges = 'Nema privilegija';
  190. $strNoQuery = 'Nema SQL upita!';
  191. $strNoRights = 'Nemate dovoljno prava za ovo podruΦje!';
  192. $strNoTablesFound = 'Tablica nije prona≡ena u bazi.';
  193. $strNotNumber = 'To nije broj!';
  194. $strNotValidNumber = ' nije odgovarajuµi broj redaka!';
  195. $strNoUsersFound = 'Korisnik(ci) nije prona≡en.';
  196. $strNull = 'Null';
  197.  
  198. $strOftenQuotation = 'Navodnici koji se koriste. OPCIONO se misli da neka polja mogu, ali ne moraju biti pod navodnicima.';
  199. $strOptimizeTable = 'Optimiziraj tablicu';
  200. $strOptionalControls = 'Opciono. Znak koji prethodi specijalnim znakovima.';
  201. $strOptionally = 'OPCIONO';
  202. $strOr = 'ili';
  203. $strOverhead = 'PrekoraΦenje';
  204.  
  205. $strPartialText = 'Dio teksta';
  206. $strPassword = 'Lozinka';
  207. $strPasswordEmpty = 'Lozinka je prazna!';
  208. $strPasswordNotSame = 'Lozinka se ne podudara!';
  209. $strPHPVersion = 'verzija PHP-a';
  210. $strPmaDocumentation = 'phpMyAdmin dokumentacija';
  211. $strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> dio mora biti namje╣ten u konfiguracijskoj datoteci (config.inc.php)!';
  212. $strPos1 = 'PoΦetak';
  213. $strPrevious = 'Prethodna';
  214. $strPrimary = 'Primarni';
  215. $strPrimaryKeyHasBeenDropped = 'Primarni kljuΦ je izbrisan';
  216. $strPrimaryKeyName = 'Ime primarnog kljuΦa mora biti... PRIMARY!';
  217. $strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime i <b>samo</b> ime primarnog kljuΦa!)';
  218. $strPrintView = 'Sa╛etak';
  219. $strPrivileges = 'Privilegije';
  220.  
  221. $strQBE = 'Upit po primjeru';
  222. $strQBEDel = 'Del';
  223. $strQBEIns = 'Ins';
  224. $strQueryOnDb = 'SQL upit na bazi <b>%s</b>:';
  225.  
  226. $strRecords = 'Reci';
  227. $strReferentialIntegrity = 'Provjeri ispravnost veza:';
  228. $strReloadFailed = 'ponovno pokretanje MySQL-a nije uspjelo.';
  229. $strReloadMySQL = 'Ponovo pokreni MySQL (<i>reload</i>)';
  230. $strRenameTable = 'Promijeni ime tablice u ';
  231. $strRenameTableOK = 'Tablici %s promjenjeno ime u %s';
  232. $strRepairTable = 'Popravi tablicu';
  233. $strReplace = 'Zamijeni';
  234. $strReplaceTable = 'Zamijeni podatke u tablici sa datotekom';
  235. $strReset = 'Resetiraj';
  236. $strReType = 'Ponovite unos';
  237. $strRevoke = 'Opozovi';
  238. $strRevokeMessage = 'Opozvali ste privilegije za %s';
  239. $strRowLength = 'Du╛ina retka';
  240. $strRows = 'Redaka';
  241. $strRowsFrom = ' redaka poΦev╣i od retka';
  242. $strRowSize = ' VeliΦina retka ';
  243. $strRowsModeHorizontal = 'horizontalnom';
  244. $strRowsModeOptions = 'u %s naΦinu i ispi╣i zaglavlje poslije svakog %s retka';
  245. $strRowsModeVertical = 'vertikalnom';
  246. $strRowsStatistic = 'Statistika redaka';
  247. $strRunning = 'pokrenuto na %s';
  248. $strRunQuery = 'Izvr╣i SQL upit';
  249. $strRunSQLQuery = 'Izvr╣i SQL upit(e) na bazi ';
  250.  
  251. $strSave = 'Spremi';
  252. $strSelectADb = 'Izaberite bazu';
  253. $strSelectAll = 'OznaΦi sve';
  254. $strSelectFields = 'Izaberite polja (najmanje jedno)';
  255. $strSelectNumRows = 'u upitu';
  256. $strSend = 'Spremi u datoteku';
  257. $strServerChoice = 'Izbor servera';
  258. $strServerVersion = 'Verzija servera';
  259. $strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrijednosti u formatu: \'a\',\'b\',\'c\'...<br />Ako vam zatreba <i>backslash</i> ("\") ili jednostruki navodnik ("\'") navedite ih koristeµi <i>backslash</i> (npr. \'\\\\xyz\' ili \'a\\\'b\').';
  260. $strShow = 'Prika╛i';
  261. $strShowAll = 'Prika╛i sve';
  262. $strShowingRecords = 'Prikaz redaka';
  263. $strShowPHPInfo = 'Prika╛i informacije o PHP-u';
  264. $strShowTables = 'Prika╛i tablice';
  265. $strShowThisQuery = ' Prika╛i ovaj upit ponovo ';
  266. $strSingly = '(po jednom polju)';
  267. $strSize = 'VeliΦina';
  268. $strSort = 'Sortiranje';
  269. $strSpaceUsage = 'Zauzeµe';
  270. $strSQLQuery = 'SQL-upit';
  271. $strStatement = 'Ime';
  272. $strStrucCSV = 'CSV format';
  273. $strStrucData = 'Struktura i podaci';
  274. $strStrucDrop = 'Dodaj DROP TABLE';
  275. $strStrucExcelCSV = 'CSV za MS Excel';
  276. $strStrucOnly = 'Samo struktura';
  277. $strSubmit = 'Pokreni';
  278. $strSuccess = 'Va╣ SQL upit je uspje╣no izvr╣en';
  279. $strSum = 'Ukupno';
  280.  
  281. $strTable = 'Tablica';
  282. $strTableComments = 'Komentar tablice';
  283. $strTableEmpty = 'Ime tablice je prazno!';
  284. $strTableHasBeenDropped = 'Tablica %s je izbrisana';
  285. $strTableHasBeenEmptied = 'Tablica %s je ispra╛njena';
  286. $strTableHasBeenFlushed = 'Tablica %s je osvje╛ena';
  287. $strTableMaintenance = 'Radnje na tablici';
  288. $strTables = '%s tablica/e';
  289. $strTableStructure = 'Struktura tablice';
  290. $strTableType = 'Vrsta tablice';
  291. $strTextAreaLength = ' Zbog veliΦine ovog polja,<br /> polje mo╛da neµete moµi mijenjati ';
  292. $strTheContent = 'Sadr╛aj datoteke je stavljen u bazu.';
  293. $strTheContents = 'Sadr╛aj tablice zamijeni sa sadr╛ajem datoteke sa identiΦnim primarnim i jedinstvenim (unique) kljuΦem.';
  294. $strTheTerminator = 'Znak za odjeljivanje polja u datoteci.';
  295. $strTotal = 'ukupno';
  296. $strType = 'Vrsta';
  297.  
  298. $strUncheckAll = 'Makni oznake';
  299. $strUnique = 'Jedinstveni kljuΦ';
  300. $strUnselectAll = 'Makni oznake';
  301. $strUpdatePrivMessage = 'Promijenili ste privilegije za %s.';
  302. $strUpdateProfileMessage = 'Profil je promijenjen.';
  303. $strUpdateQuery = 'Promijeni SQL-upit';
  304. $strUsage = 'Zauzeµe';
  305. $strUseBackquotes = 'Koristi \' za ograniΦavanje imena polja';
  306. $strUser = 'Korisnik';
  307. $strUserEmpty = 'Ime korisnika je prazno!';
  308. $strUserName = 'Ime korisnika';
  309. $strUseTables = 'Koristi tablice';
  310.  
  311. $strValue = 'Vrijednost';
  312. $strViewDump = 'Prika╛i dump (shemu) tablice';
  313. $strViewDumpDB = 'Prika╛i dump (shemu) baze';
  314.  
  315. $strWelcome = 'Dobrodo╣li u %s';
  316. $strWithChecked = 'OznaΦeno:';
  317. $strWrongUser = 'Pogre╣no korisniΦko ime/lozinka. Pristup odbijen.';
  318.  
  319. $strYes = 'Da';
  320.  
  321. $strZip = '"zip-ano"';
  322. // To translate
  323.  
  324. $strAllTableSameWidth = 'display all Tables with same width?';  //to translate
  325.  
  326. $strBeginCut = 'BEGIN CUT';  //to translate
  327. $strBeginRaw = 'BEGIN RAW';  //to translate
  328.  
  329. $strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.';  //to translate
  330. $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.';  //to translate
  331. $strChangeDisplay = 'Choose Field to display';  //to translate
  332. $strCharsetOfFile = 'Character set of the file:'; //to translate
  333. $strChoosePage = 'Please choose a Page to edit';  //to translate
  334. $strColComFeat = 'Displaying Column Comments';  //to translate
  335. $strComments = 'Comments';  //to translate
  336. $strConfigFileError = 'phpMyAdmin was unable to read your configuration file!<br />This might happen if php finds a parse error in it or php cannot find the file.<br />Please call the configuration file directly using the link below and read the php error message(s) that you recieve. In most cases a quote or a semicolon is missing somewhere.<br />If you recieve a blank page, everything is fine.'; //to translate
  337. $strConfigureTableCoord = 'Please configure the coordinates for table %s';  //to translate
  338. $strCreatePage = 'Create a new Page';  //to translate
  339. $strCreatePdfFeat = 'Creation of PDFs';  //to translate
  340.  
  341. $strDisabled = 'Disabled';  //to translate
  342. $strDisplayFeat = 'Display Features';  //to translate
  343. $strDisplayPDF = 'Display PDF schema';  //to translate
  344. $strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
  345.  
  346. $strEditPDFPages = 'Edit PDF Pages';  //to translate
  347. $strEnabled = 'Enabled';  //to translate
  348. $strEndCut = 'END CUT';  //to translate
  349. $strEndRaw = 'END RAW';  //to translate
  350. $strExplain = 'Explain SQL';  //to translate
  351. $strExport = 'Export';  //to translate
  352.  
  353. $strGenBy = 'Generated by'; //to translate
  354. $strGeneralRelationFeat = 'General relation features';  //to translate
  355.  
  356. $strHaveToShow = 'You have to choose at least one Column to display';  //to translate
  357.  
  358. $strLinkNotFound = 'Link not found';  //to translate
  359.  
  360. $strMySQLCharset = 'MySQL Charset';  //to translate
  361.  
  362. $strNoDescription = 'no Description';  //to translate
  363. $strNoExplain = 'Skip Explain SQL';  //to translate
  364. $strNoPhp = 'without PHP Code';  //to translate
  365. $strNotOK = 'not OK';  //to translate
  366. $strNotSet = '<b>%s</b> table not found or not set in %s';  //to translate
  367. $strNoValidateSQL = 'Skip Validate SQL';  //to translate
  368. $strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';//to translate
  369. $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';//to translate
  370.  
  371. $strOK = 'OK';  //to translate
  372. $strOperations = 'Operations';  //to translate
  373.  
  374. $strPageNumber = 'Page number:';  //to translate
  375. $strPdfDbSchema = 'Schema of the the "%s" database - Page %s';  //to translate
  376. $strPdfInvalidTblName = 'The "%s" table does not exist!';  //to translate
  377. $strPdfNoTables = 'No tables';  //to translate
  378. $strPhp = 'Create PHP Code';  //to translate
  379.  
  380. $strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.';  //to translate
  381. $strRelationView = 'Relation view';  //to translate
  382.  
  383. $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page';  //to translate
  384. $strSearch = 'Search';//to translate
  385. $strSearchFormTitle = 'Search in database';//to translate
  386. $strSearchInTables = 'Inside table(s):';//to translate
  387. $strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate
  388. $strSearchOption1 = 'at least one of the words';//to translate
  389. $strSearchOption2 = 'all words';//to translate
  390. $strSearchOption3 = 'the exact phrase';//to translate
  391. $strSearchOption4 = 'as regular expression';//to translate
  392. $strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';//to translate
  393. $strSearchType = 'Find:';//to translate
  394. $strSelectTables = 'Select Tables';  //to translate
  395. $strShowColor = 'Show color';  //to translate
  396. $strShowGrid = 'Show grid';  //to translate
  397. $strShowTableDimension = 'Show dimension of tables';  //to translate
  398. $strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';//to translate
  399. $strSQL = 'SQL'; //to translate
  400. $strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:';  //to translate
  401. $strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem';  //to translate
  402. $strSQLResult = 'SQL result'; //to translate
  403. $strSQPBugInvalidIdentifer = 'Invalid Identifer';  //to translate
  404. $strSQPBugUnclosedQuote = 'Unclosed quote';  //to translate
  405. $strSQPBugUnknownPunctuation = 'Unknown Punctuation String';  //to translate
  406. $strStructPropose = 'Propose table structure';  //to translate
  407. $strStructure = 'Structure';  //to translate
  408.  
  409. $strValidateSQL = 'Validate SQL';  //to translate
  410.  
  411. $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.';  //to translate
  412. $strWebServerUploadDirectory = 'web-server upload directory';  //to translate
  413. $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached';  //to translate
  414. $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
  415. $strServer = 'Server';  //to translate
  416. $strPutColNames = 'Put fields names at first row';  //to translate
  417. $strImportDocSQL = 'Import docSQL Files';  //to translate
  418. $strDataDict = 'Data Dictionary';  //to translate
  419. $strPrint = 'Print';  //to translate
  420. $strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.';  //to translate
  421. $strCompression = 'Compression'; //to translate
  422. $strNumTables = 'Tables'; //to translate
  423. $strTotalUC = 'Total'; //to translate
  424. $strRelationalSchema = 'Relational schema';  //to translate
  425. $strTableOfContents = 'Table of contents';  //to translate
  426. $strCannotLogin = 'Cannot login to MySQL server';  //to translate
  427. $strShowDatadictAs = 'Data Dictionary Format';  //to translate
  428. $strLandscape = 'Landscape';  //to translate
  429. $strPortrait = 'Portrait';  //to translate
  430.  
  431. $timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
  432.  
  433. $strAbortedClients = 'Aborted'; //to translate
  434. $strConnections = 'Connections'; //to translate
  435. $strFailedAttempts = 'Failed attempts'; //to translate
  436. $strGlobalValue = 'Global value'; //to translate
  437. $strMoreStatusVars = 'More status variables'; //to translate
  438. $strPerHour = 'per hour'; //to translate
  439. $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
  440. $strQueryType = 'Query type'; //to translate
  441. $strReceived = 'Received'; //to translate
  442. $strSent = 'Sent'; //to translate
  443. $strServerStatus = 'Runtime Information'; //to translate
  444. $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
  445. $strServerTabVariables = 'Variables'; //to translate
  446. $strServerTabProcesslist = 'Processes'; //to translate
  447. $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
  448. $strServerVars = 'Server variables and settings'; //to translate
  449. $strSessionValue = 'Session value'; //to translate
  450. $strTraffic = 'Traffic'; //to translate
  451. $strVar = 'Variable'; //to translate
  452.  
  453. $strCommand = 'Command'; //to translate
  454. $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
  455. $strId = 'ID'; //to translate
  456. $strProcesslist = 'Process list'; //to translate
  457. $strStatus = 'Status'; //to translate
  458. $strTime = 'Time'; //to translate
  459. $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
  460.  
  461. $strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
  462. $strLaTeX = 'LaTeX';  //to translate
  463.  
  464. $strAdministration = 'Administration'; //to translate
  465. $strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
  466. $strGlobalPrivileges = 'Global privileges'; //to translate
  467. $strGrantOption = 'Grant'; //to translate
  468. $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
  469. $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
  470. $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
  471. $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
  472. $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
  473. $strPrivDescDelete = 'Allows deleting data.'; //to translate
  474. $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
  475. $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
  476. $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
  477. $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
  478. $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
  479. $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
  480. $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
  481. $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
  482. $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
  483. $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
  484. $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
  485. $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
  486. $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
  487. $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
  488. $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
  489. $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
  490. $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
  491. $strPrivDescSelect = 'Allows reading data.'; //to translate
  492. $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
  493. $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
  494. $strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
  495. $strPrivDescUpdate = 'Allows changing data.'; //to translate
  496. $strPrivDescUsage = 'No privileges.'; //to translate
  497. $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
  498. $strResourceLimits = 'Resource limits'; //to translate
  499. $strUserOverview = 'User overview'; //to translate
  500. $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
  501.  
  502. $strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
  503.  
  504. $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
  505. $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
  506. $strDeleting = 'Deleting %s'; //to translate
  507. $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
  508. $strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
  509. $strReloadingThePrivileges = 'Reloading the privileges'; //to translate
  510. $strRemoveSelectedUsers = 'Remove selected users'; //to translate
  511. $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
  512. $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
  513. $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
  514.  
  515. $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
  516. $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
  517. $strColumnPrivileges = 'Column-specific privileges'; //to translate
  518. $strDbPrivileges = 'Database-specific privileges'; //to translate
  519. $strLocalhost = 'Local';
  520. $strLoginInformation = 'Login Information'; //to translate
  521. $strTblPrivileges = 'Table-specific privileges'; //to translate
  522. $strThisHost = 'This Host'; //to translate
  523. $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
  524. $strUserAlreadyExists = 'The user %s already exists!'; //to translate
  525. $strUseTextField = 'Use text field'; //to translate
  526.  
  527. $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
  528. $strAddedColumnComment = 'Added comment for column';  //to translate
  529. $strWritingCommentNotPossible = 'Writing of comment not possible';  //to translate
  530. $strAddedColumnRelation = 'Added relation for column';  //to translate
  531. $strWritingRelationNotPossible = 'Writing of relation not possible';  //to translate
  532. $strImportFinished = 'Import finished';  //to translate
  533. $strFileCouldNotBeRead = 'File could not be read';  //to translate
  534. $strIgnoringFile = 'Ignoring file %s';  //to translate
  535. $strThisNotDirectory = 'This was not a directory';  //to translate
  536. $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory';  //to translate
  537. $strImportFiles = 'Import files';  //to translate
  538. $strDBGModule = 'Module';  //to translate
  539. $strDBGLine = 'Line';  //to translate
  540. $strDBGHits = 'Hits';  //to translate
  541. $strDBGTimePerHitMs = 'Time/Hit, ms';  //to translate
  542. $strDBGTotalTimeMs = 'Total time, ms';  //to translate
  543. $strDBGMinTimeMs = 'Min time, ms';  //to translate
  544. $strDBGMaxTimeMs = 'Max time, ms';  //to translate
  545. $strDBGContextID = 'Context ID';  //to translate
  546. $strDBGContext = 'Context';  //to translate
  547. $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration';  //to translate
  548. $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';  //to translate
  549. $strCheckPrivs = 'Check Privileges';  //to translate
  550. $strCheckPrivsLong = 'Check privileges for database "%s".';  //to translate
  551. $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.';  //to translate
  552. $strDatabasesStatsDisable = 'Disable Statistics';  //to translate
  553. $strDatabasesStatsEnable = 'Enable Statistics';  //to translate
  554. $strJumpToDB = 'Jump to database "%s".';  //to translate
  555. $strDropSelectedDatabases = 'Drop Selected Databases';  //to translate
  556. $strNoDatabasesSelected = 'No databases selected.';  //to translate
  557. $strDatabasesDropped = '%s databases have been dropped successfully.';  //to translate
  558. $strGlobal = 'global';  //to translate
  559. $strDbSpecific = 'database-specific';  //to translate
  560. $strUsersHavingAccessToDb = 'Users having access to "%s"';  //to translate
  561. $strChangeCopyUser = 'Change Login Information / Copy User';  //to translate
  562. $strChangeCopyMode = 'Create a new user with the same privileges and ...';  //to translate
  563. $strChangeCopyModeCopy = '... keep the old one.';  //to translate
  564. $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';  //to translate
  565. $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';  //to translate
  566. $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.';  //to translate
  567. $strWildcard = 'wildcard';  //to translate
  568. $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
  569. $strQueryTime = 'Query took %01.4f sec';//to translate
  570. $strDBComment = 'Database comment: ';//to translate
  571. $strQueryFrame = 'Query window';//to translate
  572. $strQuerySQLHistory = 'SQL-history';//to translate
  573. $strMIME_MIMEtype = 'MIME-type';//to translate
  574. $strMIME_transformation = 'Browser transformation';//to translate
  575. $strMIME_transformation_options = 'Transformation options';//to translate
  576. $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate
  577. $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
  578. $strMIME_available_mime = 'Available MIME-types';//to translate
  579. $strMIME_available_transform = 'Available transformations';//to translate
  580. $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
  581. $strMIME_description = 'Description';//to translate
  582. $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
  583. $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
  584. $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
  585. $strInnodbStat = 'InnoDB Status';  //to translate
  586. $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table';  //to translate
  587. $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)';  //to translate
  588. $strTransformation_image_png__inline = 'See image/jpeg: inline';  //to translate
  589. $strSQLOptions = 'SQL options';//to translate
  590. $strXML = 'XML';//to translate
  591. $strCSVOptions = 'CSV options';//to translate
  592. $strNoOptions = 'This format has no options';//to translate
  593. $strStatCreateTime = 'Creation';//to translate
  594. $strStatUpdateTime = 'Last update';//to translate
  595. $strStatCheckTime = 'Last check';//to translate
  596. $strPerMinute = 'per minute';//to translate
  597. $strPerSecond = 'per second';//to translate
  598. $strAutomaticLayout = 'Automatic layout';  //to translate
  599. $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';  //to translate
  600. $strFileNameTemplate = 'File name template';//to translate
  601. $strFileNameTemplateRemember = 'remember template';//to translate
  602. $strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
  603. $strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
  604. $strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
  605. $strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
  606. $strAutodetect = 'Autodetect';  //to translate
  607. $strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.';  //to translate
  608. $strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.';  //to translate
  609. $strUseHostTable = 'Use Host Table';  //to translate
  610. $strShowFullQueries = 'Show Full Queries';  //to translate
  611. $strTruncateQueries = 'Truncate Shown Queries';  //to translate
  612. $strSwitchToTable = 'Switch to copied table';  //to translate
  613. $strCharset = 'Charset';  //to translate
  614. $strLaTeXOptions = 'LaTeX options';  //to translate
  615. $strRelations = 'Relations';  //to translate
  616. $strMoveTableSameNames = 'Can\'t move table to same one!';  //to translate
  617. $strCopyTableSameNames = 'Can\'t copy table to same one!';  //to translate
  618. $strMustSelectFile = 'You should select file which you want to insert.';  //to translate
  619. $strSaveOnServer = 'Save on server in %s directory';  //to translate
  620. $strOverwriteExisting = 'Overwrite existing file(s)';  //to translate
  621. $strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.';  //to translate
  622. $strDumpSaved = 'Dump has been saved to file %s.';  //to translate
  623. $strNoPermission = 'The web server does not have permission to save the file %s.';  //to translate
  624. $strNoSpace = 'Insufficient space to save the file %s.';  //to translate
  625. $strInsertedRowId = 'Inserted row id:';  //to translate
  626. $strLoadMethod = 'LOAD method';  //to translate
  627. $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.';  //to translate
  628. $strExecuteBookmarked = 'Execute bookmarked query';  //to translate
  629. $strExcelOptions = 'Excel options';  //to translate
  630. $strReplaceNULLBy = 'Replace NULL by';  //to translate
  631. $strQueryWindowLock = 'Do not overwrite this query from outside the window';  //to translate
  632. $strPaperSize = 'Paper size';  //to translate
  633. $strDatabaseNoTable = 'This database contains no table!';//to translate
  634. $strViewDumpDatabases = 'View dump (schema) of databases';//to translate
  635. $strAddIntoComments = 'Add into comments';//to translate
  636. $strDatabaseExportOptions = 'Database export options';//to translate
  637. $strAddDropDatabase = 'Add DROP DATABASE';//to translate
  638. $strToggleScratchboard = 'toggle scratchboard';  //to translate
  639. $strTableOptions = 'Table options';  //to translate
  640. $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';  //to translate
  641. $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.';  //to translate
  642. $strAddAutoIncrement = 'Add AUTO_INCREMENT value';  //to translate
  643. $strCharsets = 'Charsets';  //to translate
  644. $strDescription = 'Description';  //to translate
  645. $strCharsetsAndCollations = 'Character Sets and Collations';  //to translate
  646. $strCollation = 'Collation';  //to translate
  647. $strMultilingual = 'multilingual';  //to translate
  648. $strGerman = 'German';  //to translate
  649. $strPhoneBook = 'phone book';  //to translate
  650. $strDictionary = 'dictionary';  //to translate
  651. $strSwedish = 'Swedish';  //to translate
  652. $strDanish = 'Danish';  //to translate
  653. $strCzech = 'Czech';  //to translate
  654. $strTurkish = 'Turkish';  //to translate
  655. $strEnglish = 'English';  //to translate
  656. $strHungarian = 'Hungarian';  //to translate
  657. $strCroatian = 'Croatian';  //to translate
  658. $strBulgarian = 'Bulgarian';  //to translate
  659. $strLithuanian = 'Lithuanian';  //to translate
  660. $strEstonian = 'Estonian';  //to translate
  661. $strCaseInsensitive = 'case-insensitive';  //to translate
  662. $strCaseSensitive = 'case-sensitive';  //to translate
  663. $strUkrainian = 'Ukrainian';  //to translate
  664. $strHebrew = 'Hebrew';  //to translate
  665. $strWestEuropean = 'West European';  //to translate
  666. $strCentralEuropean = 'Central European';  //to translate
  667. $strTraditionalChinese = 'Traditional Chinese';  //to translate
  668. $strCyrillic = 'Cyrillic';  //to translate
  669. $strArmenian = 'Armenian';  //to translate
  670. $strArabic = 'Arabic';  //to translate
  671. $strRussian = 'Russian';  //to translate
  672. $strUnknown = 'unknown';  //to translate
  673. $strBaltic = 'Baltic';  //to translate
  674. $strUnicode = 'Unicode';  //to translate
  675. $strSimplifiedChinese = 'Simplified Chinese';  //to translate
  676. $strKorean = 'Korean';  //to translate
  677. $strGreek = 'Greek';  //to translate
  678. $strJapanese = 'Japanese';  //to translate
  679. $strThai = 'Thai';  //to translate
  680. $strUseThisValue = 'Use this value';  //to translate
  681. $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings';  //to translate
  682. $strBrowseForeignValues = 'Browse foreign values';  //to translate
  683. $strInternalRelations = 'Internal relations';  //to translate
  684. $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';  //to translate
  685. $strUpgrade = 'You should upgrade to %s %s or later.';  //to translate
  686. $strLatexStructure = 'Structure of table __TABLE__';//to translate
  687. $strLatexContinued = '(continued)';//to translate
  688. $strLatexContent = 'Content of table __TABLE__';//to translate
  689. $strLatexIncludeCaption = 'Include table caption';//to translate
  690. $strLatexCaption = 'Table caption';//to translate
  691. $strLatexLabel = 'Label key';//to translate
  692. $strLatexContinuedCaption = 'Continued table caption';//to translate
  693.  
  694. $strPrintViewFull = 'Print view (with full texts)';  //to translate
  695. $strLogServer = 'Server';  //to translate
  696. $strSortByKey = 'Sort by key';  //to translate
  697. $strBookmarkAllUsers = 'Let every user access this bookmark';  //to translate
  698. $strConstraintsForDumped = 'Constraints for dumped tables';  //to translate
  699. $strConstraintsForTable = 'Constraints for table';  //to translate
  700. $strBookmarkOptions = 'Bookmark options';  //to translate
  701. $strCreationDates = 'Creation/Update/Check dates';  //to translate
  702. $strCheckOverhead = 'Check tables with overhead';  //to translate
  703. $strExcelEdition = 'Excel edition';  //to translate
  704. $strDelayedInserts = 'Use delayed inserts';  //to translate
  705. $strSQLExportType = 'Export type';  //to translate
  706. $strAddConstraints = 'Add constraints';  //to translate
  707. $strGeorgian = 'Georgian';  //to translate
  708. $strCzechSlovak = 'Czech-Slovak';  //to translate
  709. $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string';  //to translate
  710. $strMaximumSize = 'Maximum size: %s%s';  //to translate
  711. $strConnectionError = 'Cannot connect: invalid settings.';  //to translate
  712. $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';  //to translate
  713. $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)';  //to translate
  714. $strNeedPrimaryKey = 'You should define a primary key for this table.';  //to translate
  715. $strIgnoreInserts = 'Use ignore inserts';  //to translate
  716. $strAddIfNotExists = 'Add IF NOT EXISTS';  //to translate
  717. $strCommentsForTable = 'COMMENTS FOR TABLE';  //to translate
  718. $strMIMETypesForTable = 'MIME TYPES FOR TABLE';  //to translate
  719. $strRelationsForTable = 'RELATIONS FOR TABLE';  //to translate
  720. $strAfterInsertSame = 'Go back to this page';  //to translate
  721. $strRenameDatabaseOK = 'Database %s has been renamed to %s';  //to translate
  722. $strDatabaseEmpty = 'The database name is empty!';  //to translate
  723. $strDBRename = 'Rename database to';  //to translate
  724. $strOperator = 'Operator';  //to translate
  725. $strEncloseInTransaction = 'Enclose export in a transaction';  //to translate
  726. $strCalendar = 'Calendar';  //to translate
  727. $strRefresh = 'Refresh';  //to translate
  728. $strDefragment = 'Defragment table';  //to translate
  729. $strNoRowsSelected = 'No rows selected';  //to translate
  730. $strSpanish = 'Spanish';  //to translate
  731. $strStrucNativeExcel = 'Native MS Excel data';  //to translate
  732. $strDisableForeignChecks = 'Disable foreign key checks';  //to translate
  733. $strServerNotResponding = 'The server is not responding';  //to translate
  734. $strTheme = 'Theme / Style';  //to translate
  735. $strTakeIt = 'take it';  //to translate
  736. $strHexForBinary = 'Use hexadecimal for binary fields';  //to translate
  737. $strIcelandic = 'Icelandic';  //to translate
  738. $strLatvian = 'Latvian';  //to translate
  739. $strPolish = 'Polish';  //to translate
  740. $strRomanian = 'Romanian';  //to translate
  741. $strSlovenian = 'Slovenian';  //to translate
  742. $strTraditionalSpanish = 'Traditional Spanish';  //to translate
  743. $strSlovak = 'Slovak';  //to translate
  744. $strMySQLConnectionCollation = 'MySQL connection collation';  //to translate
  745. $strPersian = 'Persian';  //to translate
  746. $strAddFields = 'Add %s field(s)';  //to translate
  747. $strInsertBookmarkTitle = 'Please insert bookmark title';  //to translate
  748. $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.';  //to translate
  749. $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere';  //to translate
  750. $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';  //to translate
  751. $strBinLogName = 'Log name';  //to translate
  752. $strBinLogPosition = 'Position';  //to translate
  753. $strBinLogEventType = 'Event type';  //to translate
  754. $strBinLogServerId = 'Server ID';  //to translate
  755. $strBinLogOriginalPosition = 'Original position';  //to translate
  756. $strBinLogInfo = 'Information';  //to translate
  757. $strBinaryLog = 'Binary log';  //to translate
  758. $strSelectBinaryLog = 'Select binary log to view';  //to translate
  759. $strDBCopy = 'Copy database to';  //to translate
  760. $strCopyDatabaseOK = 'Database %s has been copied to %s';  //to translate
  761. $strSwitchToDatabase = 'Switch to copied database';  //to translate
  762. $strPasswordHashing = 'Password Hashing';  //to translate
  763. $strCompatibleHashing = 'MySQL 4.0 compatible';  //to translate
  764. $strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
  765. $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
  766. $strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
  767. $strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
  768. $strNoActivity = 'No activity since %s seconds or more, please login again';  //to translate
  769. $strApproximateCount = 'May be approximate. See FAQ 3.11';  //to translate
  770. $strSQLExportCompatibility = 'SQL export compatibility';  //to translate
  771. $strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!';  //to translate
  772. $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.';  //to translate
  773. $strAfterInsertNext = 'Edit next row';  //to translate
  774. $strView = 'View';  //to translate
  775. $strViewHasBeenDropped = 'View %s has been dropped';  //to translate
  776. $strEngines = 'Engines';  //to translate
  777. $strStorageEngines = 'Storage Engines';  //to translate
  778. $strStorageEngine = 'Storage Engine';  //to translate
  779. $strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';  //to translate
  780. $strDefaultEngine = '%s is the default storage engine on this MySQL server.';  //to translate
  781. $strEngineAvailable = '%s is available on this MySQL server.';  //to translate
  782. $strEngineUnsupported = 'This MySQL server does not support the %s storage engine.';  //to translate
  783. $strEngineDisabled = '%s has been disabled for this MySQL server.';  //to translate
  784. $strMyISAMSortBufferSize = 'Sort buffer size';  //to translate
  785. $strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.';  //to translate
  786. $strMyISAMDataPointerSize = 'Data pointer size';  //to translate
  787. $strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.';  //to translate
  788. $strMyISAMRecoverOptions = 'Automatic recovery mode';  //to translate
  789. $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';  //to translate
  790. $strMyISAMRepairThreads = 'Repair threads';  //to translate
  791. $strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.';  //to translate
  792. $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';  //to translate
  793. $strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).';  //to translate
  794. $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation';  //to translate
  795. $strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.';  //to translate
  796. $strLongOperation = 'This operation could be long. Proceed anyway?';  //to translate
  797. $strVersionInformation = 'Version information';  //to translate
  798. $strInnoDBDataHomeDir = 'Data home directory';  //to translate
  799. $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';  //to translate
  800. $strInnoDBDataFilePath = 'Data files';  //to translate
  801. $strInnoDBAutoextendIncrement = 'Autoextend increment';  //to translate
  802. $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';  //to translate
  803. $strBufferPool = 'Buffer Pool';  //to translate
  804. $strBufferPoolUsage = 'Buffer Pool Usage';  //to translate
  805. $strDataPages = 'Pages containing data';  //to translate
  806. $strFreePages = 'Free pages';  //to translate
  807. $strBusyPages = 'Busy pages';  //to translate
  808. $strDirtyPages = 'Dirty pages';  //to translate
  809. $strPagesToBeFlushed = 'Pages to be flushed';  //to translate
  810. $strLatchedPages = 'Latched pages';  //to translate
  811. $strBufferPoolActivity = 'Buffer Pool Activity';  //to translate
  812. $strReadRequests = 'Read requests';  //to translate
  813. $strWriteRequests = 'Write requests';  //to translate
  814. $strBufferReadMisses = 'Read misses';  //to translate
  815. $strBufferReadMissesInPercent = 'Read misses in %';  //to translate
  816. $strBufferWriteWaits = 'Write waits';  //to translate
  817. $strBufferWriteWaitsInPercent = 'Write waits in %';  //to translate
  818. $strHTMLExcel = 'Microsoft Excel 2000';  //to translate
  819. $strHTMLExcelOptions = 'Microsoft Excel 2000 export options';  //to translate
  820. $strHTMLWord = 'Microsoft Word 2000';  //to translate
  821. $strHTMLWordOptions = 'Microsoft Word 2000 export options';  //to translate
  822. $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.';  //to translate
  823. $strInnoDBBufferPoolSize = 'Buffer pool size';  //to translate
  824. $strInnoDBPages = 'pages';  //to translate
  825. $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';  //to translate
  826. ?>
  827.